home *** CD-ROM | disk | FTP | other *** search
/ Acorn Collectors / Acorn Collectors CD 1.iso / acorn / ftp / docs / ACORNUSR / 1991 / NOV91 < prev    next >
Encoding:
Text File  |  1995-02-24  |  4.0 KB  |  81 lines

  1. The 1.60 multitasking PC Emulator has now been released for a couple of
  2. months and we would be interested to hear from users on their experiences on
  3. software that will run / not run. We can then look into problems of software
  4. not running and compile a list of software that will run to help future
  5. customers. If you are intending on sending us some information on the PC
  6. Emulator compatibility please provide the following information. Machine
  7. type, amount of memory, version of DOS being used and the version of the
  8. application being run. The address to send the information to is :
  9. Customer Services, Acorn Computers Limited, Acorn House, Vision Park, Histon, 
  10. Cambridge, CB4 4AE. Please mark your envelope 'PC Emulator'.
  11.  
  12. We still receive a large number of enquiries regarding printer drivers. The
  13. printer driver we get most enquiries about is !PrinterDM. The !PrinterDM
  14. application provides a number of different printer emulations which are:
  15.  
  16. EPSON LQ compatible (Low) (60 by 60dpi)
  17. EPSON LQ compatible (Medium) (180 by 180dpi)
  18. EPSON LQ compatible (High) (360 by 180dpi)
  19. EPSON FX compatible (Low) (60 by 72dpi)
  20. EPSON FX compatible (Medium) (120 by 144dpi)
  21. EPSON FX compatible (High) (240 by 216dpi)
  22. EPSON LQ-850 compatible (Very high) (360 by 360dpi)
  23. NEC PinWriter P6 plus (Very high) (360 by 360dpi)
  24.  
  25. It is necessary to ascertain which printer driver within !PrinterDM is
  26. compatible with your printer, select that printer driver and then use the
  27. 'save choices' options on the !PrinterDM menu to ensure that next time you
  28. start up !PrinterDM the correct driver is automatically selected.
  29.  
  30. The different printer drivers are selected by clicking with the Select
  31. button on the mouse (left hand button) over the !PrinterDM icon when loaded
  32. into the machine. After clicking a dialogue box will appear which contains
  33. the name of the printer driver selected. Clicking over the name of the
  34. printer type with the select button will cycle through the different printer
  35. drivers available.
  36.  
  37. Hard discs are becoming more ad more popular for all machines as time
  38. goes on. With a hard disc installed it becomes much easier to build a
  39. system which starts with various applications you always use ready
  40. loaded. The following information will allow you to load in whichever
  41. applications you like when you first start the Desktop. An example of this
  42. is below.
  43.  
  44. Create a Text file using !Edit, and type in:
  45.  
  46.   Filer_OpenDir adfs::Disc.$
  47.   Run adfs::Disc.app1.!System.!Boot
  48.   Run adfs::Disc.app1.!Draw.!Boot
  49.   Run adfs::Disc.app1.!Paint.!Boot
  50.   Run adfs::Disc.app1.!Edit
  51.   Run adfs::Disc.app2.!Alarm
  52.   Run adfs::Disc.app2.!TinyDirs adfs::Disc.app2.!Magnifier
  53.  
  54. (The name Disc is assumed to be the name of your disc. Choose a different
  55. name if you prefer.) Save this as DeskTasks in your discs root directory.
  56.  
  57. Now add the following line to the very end of your !Boot file or a boot
  58. file is created with this line in it:
  59.  
  60.   *Desktop -file adfs::Disc.DeskTasks
  61.  
  62. Now ensure you have saved all edited data CTRL-RESET your machine. Your boot
  63. sequence will execute, there will be a short pause, and then you will enter
  64. the desktop with your Disc's root directory open, with !Edit, !Alarm and
  65. !TinyDirs running, and !Magnifier loaded into !TinyDirs.
  66.  
  67. If your machine does not boot ensure your configuration is set to BOOT, and
  68. the discs OPT 4 setting is correctly set for the type of boot file you have.
  69.  
  70. What has happened is that the *desktop command has run each line of the
  71. DeskTasks file as a task within the window world. !System.!Boot must be run
  72. before !Edit is run: this is equivalent to !System being "seen" in a Filer
  73. directory viewer, and tells !Edit (and anyone else who needs to know) where
  74. system resources can be found.
  75.  
  76. Note that all applications are quoted with their full path-name, including
  77. filing system name and drive name or number. It's an important principle of
  78. operation in the desktop that, as far as possible, all objects are
  79. identified by a full path-name, and so access to them is unaffected by
  80. changes of current directory, drive, or filing system.
  81.